img {
  outline: none !important;
}

a {
  outline: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1997;
}


header .mx-pc {
  width: 100%;
  height: 100%;
  padding: 0 120px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

header .mx-pc:hover {
  background: #ffffff;
}

header .mx-pc:hover nav .uls .lis-act a {
  /*border-bottom: 2px solid #254CF5;*/
  /*padding:5px 0;*/
}

header .mx-pc:hover nav .uls .lis a {
  color: #333333;
}

header .mx-pc:hover nav .uls .lis h3 {
  color: #333333;
}

header .mx-pc:hover nav .uls .lis a:hover {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%) 4;
}

header .mx-pc:hover .mx-login button {
  color: #ffffff;
  background: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%);
}

header .mx-pc:hover .mx-login button a {
  color: #ffffff;
}

header .mx-pc .mx-logo {
  width: 188px;
  height: 46px;
  display: block;
}

header .mx-pc .mx-logo img {
  height: 100%;
}

header .mx-pc nav {
  height: 21px;
  font-size: 14px;
  color: #333333;
}

header .mx-pc nav .uls {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .mx-pc nav .uls .lis {
  position: relative;
  width: 56px;
  height: 30px;
  margin-right: 24px;
  box-sizing: border-box;
}

header .mx-pc nav .uls .lis figure {
  position: absolute;
  right: -10px;
  top: -15px;
  width: 28px;
  height: 18px;
  animation: mx-hot 1s infinite;
}

header .mx-pc nav .uls .lis a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

header .mx-pc nav .uls .lis a:hover {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%) 4;
}

header .mx-pc nav .uls .lis h3 {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

header .mx-pc nav .uls .lis h3:hover {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%) 4;
}

header .mx-pc nav .uls .lis .mx-hide {
  /*width: 100%;*/
  /*height: 70px;*/
  /*background: rgba(255, 255, 255, 0.2);*/
  /*display: none;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*flex-direction: column;*/
  /*box-sizing: border-box;*/
  position: relative;
  width: 140%;
  /* height: 120px; */
  background: rgb(255 255 255 / 20%);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  left: -7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

header .mx-pc nav .uls .lis .mx-hide a {
  padding: 10px 0;
}

/* 2025.7.15 logo开始*/

header:hover .mx-pc .logo1 {
  display: none;
}

header:hover .mx-pc .logo2 {
  display: block !important;
}

/* 2025.7.15截止 */

header .mx-pc nav .uls .mx-show:hover .mx-hide {
  display: flex;
}

header .mx-pc nav .uls .lis-act a {
  border-bottom: 2px solid #ffffff;
}

header .mx-pc .mx-login button {
  min-width: 54px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.5s;
}

header .mx-pc .mx-login .mx-pre a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header .mx-pc-sc {
  background-color: #ffffff;
  box-shadow: 0px 7px 12px rgba(161, 206, 246, 0.25);
}

header .mx-pc-sc nav .uls .lis a {
  color: #333333;
}

header .mx-pc-sc nav .uls .lis-act a {
  border-bottom: 2px solid #fff;
}

header .mx-pc-sc nav .uls .lis h3 {
  color: #333333;
}

header nav .uls .lis h3:hover {
  color: #333333;
}

header .mx-pc-sc nav .uls .lis-act h3 {
  border-bottom: 2px solid #fff;
}

header .mx-pc-sc .mx-login button {
  color: #ffffff;
  background: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%);
}

header .mx-pc-sc .mx-login button a {
  color: #ffffff;
}

header .mx-mo {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #ffffff;
}

header .mx-mo .mo-logo {
  width: 153px;
  height: 39px;
}

header .mx-mo .mo-r {
  display: flex;
}

header .mx-mo .mo-r .mo-login {
  margin-right: 20px;
}

header .mx-mo .mo-r .mo-login button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  background: linear-gradient(90deg, #2f64f6 3.7%, #0dceff 100%);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

header .mx-mo .mo-r .mo-login .mx-pre {
  /*display: none;*/
}

header .mx-mo .mo-r .mo-menu {
  width: 24px;
  height: 20px;
}

header .mx-mo .mo-main {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
}

header .mx-mo .mo-main .mo-uls {
  width: 100%;
  background: linear-gradient(180deg, #eff7ff 37.5%, #ffffff 100%), #ffffff;
  box-shadow: 0px 4px 18px rgba(156, 176, 223, 0.4);
  transition: all 0.5s;
  padding: 28px 0 24px;
  box-sizing: border-box;
  min-height: 372px;
}

header .mx-mo .mo-main .mo-uls .mo-lis {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .mx-mo .mo-main .mo-uls .mo-lis a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .mx-mo .mo-main .mo-uls .mo-lis a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: rgba(141, 190, 239, 0.7);
  transform: translateX(-50%);
}

header .mx-mo .mo-main .mo-uls .mo-hide {
  height: 0;
  overflow: hidden;
}

.mo-hi {
  display: none;
  width: 100%;
  height: 60px;
  background-color: transparent;
}

/*登录弹窗*/

.userlogin,
.qxcp_tc {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1998;
  background-color: rgba(0, 0, 0, 0.4);
}

#wxtu {
  display: none;
}

.userlogin_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 50px 40px 33px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1999;
  border: 6px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, #0159fc 50%, #20caef 75.84%);
  overflow: hidden;
}

.userlogin_box .userlogin_box_hd {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 50px;
  overflow: hidden;
}

.userlogin_box .userlogin_box_hd img {
  width: 100%;
}

.userlogin_box .userlogin_box_wx {
  /*display: none;*/
  width: 100%;
  height: 100%;
  text-align: center;
}

.userlogin_box .userlogin_box_wx h2 {
  font-size: 16px;
  padding: 10px 0;
}

.userlogin_box .userlogin_box_wx img {
  width: 220px;
  height: 220px;
}

.userlogin_box .userlogin_box_wx span {
  display: block;
  color: #ccc;
  padding: 10px 0;
}

.userlogin_box .userlogin_login {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.userlogin_login_hd {
  height: 50px;
  width: 85%;
  margin: 0 auto 30px;
  text-align: center;
}

.userlogin_login_box_yz {
  position: absolute;
  /*top: 53px;*/
  bottom: 81px;
  right: 1px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  width: 100px;
  height: 40px;
}

.userlogin_login_box_yz img {
  width: 100%;
  height: 100%;
}

.userlogin_box .userlogin_login .userlogin_login_box {
  position: relative;
  width: 100%;
}

.userlogin_box .userlogin_login .userlogin_login_box .userlogin_login_box_ip input {
  width: 100%;
  height: 40px;
  padding-left: 55px;
  font-size: 18px;
  outline: none;
  border: none;
}

.userlogin_login_box_ip {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.userlogin_login_box_ip span {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userlogin_login_box_ip span img {
  width: 25px;
  height: auto;
}

.userlogin_login_box_ip2 {
  margin-bottom: 7px;
  color: #a5a5a5;
  font-size: 16px;
}

.userlogin_login_box_ip2 a {
  color: #2064fc;
}

.userlogin_login_box_ip2 a:nth-child(3) {
  float: right;
  color: #333;
}

.userlogin_login_box_ip3 {
  text-align: center;
}

.userlogin_login_box_ip3 button {
  border: none;
  outline: none;
  width: 110px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background-color: #80afff;
}

.userlogin_login_box_ip3 button:hover {
  box-shadow: #d6d6d6 0 0 5px 2px;
}

.userlogin_login_box_ip4 {
  overflow: hidden;
  margin-bottom: 7px;
  font-size: 12px;
}

.userlogin_login_box_ip4 a:nth-child(1) {
  float: left;
}

.userlogin_login_box_ip4>a {
  float: right;
}

.userlogin_login_box_ip4 img {
  vertical-align: sub;
  height: 16px;
}

.userlogin_register {
  display: none;
}

.userlogin_register .userlogin_login_hd {
  margin-bottom: 10px;
}

.userlogin_register .userlogin_login_box_ip {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.userlogin_register .userlogin_login_box_ip input {
  height: 40px;
  padding-left: 50px;
  font-size: 14px;
  width: 100%;
}

.userlogin_register .userlogin_login_box_ip span {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f0f0f0;
}

.userlogin_register .userlogin_login_box_ip span img {
  width: 20px;
}

.userlogin_password {
  display: none;
}

.userlogin_password .userlogin_login_box_ip {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 14px;
  border-radius: 10px;
}

.userlogin_password .userlogin_login_box_ip input {
  height: 50px;
  padding-left: 55px;
  font-size: 16px;
  width: 100%;
}

.userlogin_password .userlogin_login_box_ip span {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f0f0f0;
}

.userlogin_password .userlogin_login_box_ip span img {
  width: 25px;
}

.userlogin_password p {
  color: #bbb;
  font-size: 12px;
}

.userlogin_password .userlogin_login_box_ip3 {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  header {
    height: 60px;
    box-shadow: 0px 7px 12px rgba(161, 206, 246, 0.25);
  }

  .mo-hi {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  header .mx-pc {
    padding: 0 50px;
  }
}

@keyframes mx-hot {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

main {
  width: 100%;
  height: 1000px;
  background: pink;
}

.userlogin_login_hd {
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.userlogin_box .userlogin_login .userlogin_login_box .userlogin_login_box_ip input {
  width: 100%;
  height: 40px;
  padding-left: 55px;
  font-size: 18px;
}

.userlogin_login_box_ip span {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f0f0f0;
}

.userlogin_login_box_ip {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.userlogin_login_box_yz {
  position: absolute;
  /* top: 53px; */
  bottom: 81px;
  right: 1px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  width: 100px;
  height: 40px;
}

.userlogin_login_box_yz img {
  width: 100%;
  height: 100%;
}

.userlogin_login_box_ip2 {
  margin-bottom: 7px;
  color: #a5a5a5;
  font-size: 16px;
}

.userlogin_login_box_ip2 a {
  color: #2064fc;
}

.userlogin_login_box_ip2 a:nth-child(3) {
  float: right;
  color: #333;
}

.userlogin_login_box_ip3 {
  text-align: center;
}

.userlogin_login_box_ip3 button {
  border: none;
  outline: none;
  width: 110px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background-color: #80afff;
}

@media screen and (max-width: 750px) {
  .userlogin_box {
    width: 350px !important;
    box-sizing: border-box;
  }

  header .mx-mo .mo-r .mo-login button a {
    color: #ffffff;
  }
}

.fens-add-load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 9999999999999999999999;
  justify-content: center;
  align-items: center;
}

.fens-add-load .fadd {
  width: 642px;
  height: 335px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  padding: 28px 39px;
  box-sizing: border-box;
}

.fens-add-load .fadd strong {
  position: relative;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.fens-add-load .fadd strong::before {
  position: absolute;
  width: 2px;
  height: 24px;
  content: "";
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #2281ff;
}

.fens-add-load .fadd label {
  width: 578px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  position: relative;
  border-radius: 12px;
  background: #f1f7ff;
  margin-top: 48px;
}

.fens-add-load .fadd label figure {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: absolute;
  top: 17px;
  left: 22px;
}

.fens-add-load .fadd label figure svg {
  width: 100%;
  height: 100%;
}

.fens-add-load .fadd label input {
  width: 100%;
  height: 100%;
  padding: 0 0 0 64px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 12px;
  background: #f1f7ff;
}

.fens-add-load .fadd label input::placeholder {
  color: #aaa;
  /* font-family: Alibaba PuHuiTi 2.0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; */
}

.fens-add-load .fadd>div {
  width: 324px;
  height: 40px;
  margin: 72px auto 0;
  display: flex;
  justify-content: space-between;
}

.fens-add-load .fadd>div button {
  display: flex;
  width: 108px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fens-add-load .fadd>div .fadd-okk {
  background: #2281ff;
  color: #fff;
}

.fens-add-loads {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 9999999999999999999999;
  justify-content: center;
  align-items: center;
}

.fens-add-loads .fen-del {
  width: 368px;
  height: 120px;
  border-radius: 16px;
  background: #fff;
  padding: 16px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.fens-add-loads .fen-del .fdd-1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 100%;
}

.fens-add-loads .fen-del .fdd-1 figure {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 8px;
  padding: 0;
}

.fens-add-loads .fen-del>span {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  margin: 4px 0 13px;
  padding: 0 0 0 26px;
  box-sizing: border-box;
}

.fens-add-loads .fen-del .fdd-2 {
  display: flex;
  justify-content: flex-end;
}

.fens-add-loads .fen-del .fdd-2 button {
  display: flex;
  width: 72px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #eee;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  cursor: pointer;
}

.fens-add-loads .fen-del .fdd-2 .fdd-okk {
  background: #ff3838;
  color: #fff;
  margin: 0 0 0 12px;
}

/* copp */

.qidwjoiqw {
  width: 86px;
  height: 48px;
  padding: 3px 9px;
  position: relative;
}

.qidwjoiqw .uiescfw {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qidwjoiqw .uiescfw figure {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 13px;
  border-radius: 50%;
  overflow: hidden;
}

.qidwjoiqw .uiescfw figure img {
  width: 100%;
  height: 100%;
}

.qidwjoiqw .uiescfw svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.qidwjoiqw .opkcpo {
  display: none;
  position: absolute;
  flex-shrink: 0;
  right: 50%;
  transform: translateX(50%);
  top: 46px;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
  width: 270px;
  height: 136px;
  padding: 16px;
  box-sizing: border-box;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo {
  display: flex;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo figure {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo figure img {
  width: 100%;
  height: 100%;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
  box-sizing: border-box;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem .ijqckjoi {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem .kqicwejio {
  display: flex;
  align-items: center;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem .kqicwejio .kikqoiwq {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem .kqicwejio .scasveve {
  color: #2281ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .jchjhiumo .ocmkopqem .kqicwejio em {
  display: flex;
  width: 1px;
  height: 12px;
  background: #777;
  margin: 0 4px;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div figure {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div figure svg {
  width: 100%;
  height: 100%;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div span {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.1s linear;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div:hover span {
  color: #2281ff;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div:hover svg path {
  fill: #2281ff;
}

.qidwjoiqw .opkcpo .axsxveerbrcasd .oqmcpmjk>div:hover svg path:nth-child(3) {
  fill: white;
}

.qidwjoiqw:hover .uiescfw {
  border-radius: 8px;
  background: rgba(34, 129, 255, 0.12);
}

.qidwjoiqw:hover .uiescfw svg path {
  fill: #2281ff;
}

.qidwjoiqw:hover .opkcpo {
  display: block;
}

.lscoqk {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100vh;
  z-index: 9999999999999999;
}

.lscoqk .ockowqcew {
  width: 755px;
  height: 434px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.lscoqk .ockowqcew .zo0akxwo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-image: url(../images/mxl/bbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lscoqk .ockowqcew .momcqxsq {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 28px 32px;
  box-sizing: border-box;
  background-color: transparent;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 {
  display: flex;
  justify-content: space-between;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1 {
  height: 48px;
  flex-shrink: 0;
  display: flex;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>figure {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 8px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-1 {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 {
  display: flex;
  align-items: center;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 .qecqc1f2-1 {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 em {
  display: flex;
  width: 1px;
  height: 12px;
  background: #777;
  margin: 0 5px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 .qecqc1f2-2 {
  color: #2281ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1>figure {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 {
  margin-top: 34px;
  width: 691px;
  height: 142px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  border-radius: 12px;
  background: #fff;
  align-items: center;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 {
  width: 113px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1.5px solid #2c6bf6;
  background: #f8fbff;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 0 0;
  box-sizing: border-box;
  /* opacity: 0.5; */
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .iscvjqoi {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../images/mxl/meiyoujifen.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  line-height: 20px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-1 {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-2 {
  width: 79px;
  box-sizing: border-box;
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 8px;
  background: rgba(34, 129, 255, 0.08);
  margin: 9px auto 0;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-2 span {
  color: #2281ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(2) .iscvjqoi,
.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(3) .iscvjqoi {
  width: 79px;
  background-size: 100% 100%;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(4) .iscvjqoi,
.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(5) .iscvjqoi {
  width: 86px;
  background-size: 100% 100%;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 {
  /* opacity: 1; */
  background: linear-gradient(155deg, #2c6bf6 -7.7%, #11bffd 115.22%);
  border: none;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-1 {
  color: #fff;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-2 {
  color: #fff;
  background: rgba(255, 255, 255, 0.24);
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-2 span {
  color: #fff;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 {
  display: flex;
  margin-top: 12px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop {
  width: 277px;
  height: 142px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  box-sizing: border-box;
  margin-right: 19px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop strong {
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop p {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb {
  width: 398px;
  height: 142px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo {
  display: flex;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d {
  width: 50%;
  height: 34px;
  background-color: #f1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d figure {
  margin: 0 8px 0 0;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d:nth-child(1) {
  border-radius: 0 0 10px 0;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d:nth-child(2) {
  border-radius: 0 0 0 10px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .act-a27yf928d {
  background-color: #fff;
  border-radius: 0;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .ijii98 {
  margin: 35px 0 0 16px;
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .ijii98 span {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hsciuqh9 {
  margin: 5px 0 0 16px;
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hsciuqh9 span {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 {
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-1 {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-1 span {
  color: #ff3838;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 {
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label {
  display: flex;
  align-items: center;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label input {
  margin: 0 3px 0 0;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label span {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label a {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 button {
  display: flex;
  width: 88px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .lscoqk {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100vh;
  }

  .lscoqk .ockowqcew {
    width: 90%;
    min-height: 434px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    height: 611px;
  }

  .lscoqk .ockowqcew .zo0akxwo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/mxl/bbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .lscoqk .ockowqcew .momcqxsq {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 14px 16px;
    box-sizing: border-box;
    background-color: transparent;
    /* overflow: auto; */
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 {
    display: flex;
    justify-content: space-between;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1 {
    height: 48px;
    flex-shrink: 0;
    display: flex;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>figure {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-1 {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 {
    display: flex;
    align-items: center;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 .qecqc1f2-1 {
    color: #777;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 em {
    display: flex;
    width: 1px;
    height: 12px;
    background: #777;
    margin: 0 5px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1 .iowhcfff728-1>div .pqjqpq21ed-2 .qecqc1f2-2 {
    color: #2281ff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-1>figure {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 {
    margin-top: 17px;
    width: 100%;
    flex-wrap: wrap;
    min-height: 142px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    border-radius: 12px;
    background: #fff;
    align-items: center;
    padding: 20px 0 0;
    box-sizing: border-box;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 {
    width: 95px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1.5px solid #2c6bf6;
    /* border: none; */
    background: #f8fbff;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0;
    box-sizing: border-box;
    /* opacity: 0.5; */
    margin-bottom: 20px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .iscvjqoi {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    color: #fff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url(../images/mxl/meiyoujifen.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    line-height: 20px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-1 {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-2 {
    width: 60px;
    box-sizing: border-box;
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 8px;
    background: rgba(34, 129, 255, 0.08);
    margin: 9px auto 0;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1 .oiajciwqo-2 span {
    color: #2281ff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(2) .iscvjqoi,
  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(3) .iscvjqoi {
    width: 79px;
    background-size: 100% 100%;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(4) .iscvjqoi,
  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .pqkcwoeji-1:nth-child(5) .iscvjqoi {
    width: 86px;
    background-size: 100% 100%;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 {
    opacity: 1;
    background: linear-gradient(155deg, #2c6bf6 -7.7%, #11bffd 115.22%);
    border: none;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-1 {
    color: #ffffff;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-2 {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-2 .act-pqkcwoeji-1 .oiajciwqo-2 span {
    color: #ffffff;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop {
    width: 100%;
    height: 130px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    box-sizing: border-box;
    margin: 0 0 10px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop strong {
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .iuapsefiuopqwgiuop p {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb {
    width: 100%;
    height: 130px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo {
    display: flex;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d {
    width: 50%;
    height: 34px;
    background-color: #f1f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d figure {
    margin: 0 8px 0 0;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d:nth-child(1) {
    border-radius: 0 0 10px 0;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .a27yf928d:nth-child(2) {
    border-radius: 0 0 0 10px;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .iowqvjo .act-a27yf928d {
    background-color: #fff;
    border-radius: 0;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .ijii98 {
    margin: 10px 0 0 16px;
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .ijii98 span {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hsciuqh9 {
    margin: 5px 0 0 16px;
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hsciuqh9 span {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 {
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    flex-direction: column;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-1 {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-1 span {
    color: #ff3838;
    font-family: Alibaba PuHuiTi 2;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 {
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label {
    display: flex;
    align-items: center;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label input {
    margin: 0 3px 0 0;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label span {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 label a {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .lscoqk .ockowqcew .momcqxsq .nscqcq165evc-3 .ehcviuwhevciuoyeb .hiycq7 .hiycq7-2 button {
    display: flex;
    width: 88px;
    height: 28px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #2281ff;
    color: #fff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .fens-add-load .fadd {
    width: 312px;
    height: 223px;
    flex-shrink: 0;
    padding: 20px;
  }

  .fens-add-load .fadd strong {
    color: #333;
    /* font-family: Alibaba PuHuiTi 2.0; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .fens-add-load .fadd label {
    margin-top: 32px;
    width: 272px;
    height: 40px;
    flex-shrink: 0;
  }

  .fens-add-load .fadd label input {
    padding: 0 0 0 32px;
  }

  .fens-add-load .fadd label figure {
    width: 16px;
    height: 16px;
    top: 12px;
    left: 12px;
  }

  .fens-add-load .fadd>div {
    width: 100%;
    height: 40px;
    margin: 42px auto 0;
    display: flex;
    justify-content: space-between;
  }
}

.rens-ava-add {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.rens-ava-add figure {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.rens-ava-add figure img {
  width: 100%;
  height: 100%;
}

.rens-ava-add .rava-add-be {
  display: flex;
  width: 88px;
  justify-content: center;
  align-items: center;
  height: 38px;
  border-radius: 8px;
  background: #edf5fd;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.rens-ava-add .rava-add-be input {
  display: none;
}

.rens-1-1 {
  display: flex;
}

.rens-1-1 label {
  display: flex;
  flex-direction: column;
}

.rens-1-1 label:nth-child(1) {
  margin-right: 28px;
}

.rens-1-1 label span {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.rens-1-1 label input {
  width: 258px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 12px;
}

.rens-1-2 {
  margin-top: 24px;
  display: flex;
}

.rens-1-2 label {
  display: flex;
  flex-direction: column;
}

.rens-1-2 label span {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.rens-1-2 .ren-1-2-eb1 {
  margin-right: 28px;
}

.rens-1-2 .ren-1-2-eb1 input {
  width: 258px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 12px;
  position: relative;
}

.rens-1-2 .ren-1-2-eb1 .err-ems-err {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  opacity: 0;
  transition: all 0.2s;
}

.rens-1-2 .ren-1-2-eb1 .err-ems-err svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.rens-1-2 .ren-1-2-eb1-err {
  border: 1px solid #f52c2c;
  color: #f52c2c;
}

.rens-1-2 .ren-1-2-eb2 input {
  width: 160px;
  height: 42px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #eee;
  border-right: none;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 12px;
}

.rens-1-2 .ren-1-2-eb2 .err-ems-err {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  opacity: 0;
  transition: all 0.2s;
}

.rens-1-2 .ren-1-2-eb2 .err-ems-err svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.rens-1-2 .ren-1-2-eb2 .okk-ems-okk {
  color: #2281ff;
}

.rens-1-2 .ren-1-2-eb2 button {
  width: 98px;
  height: 42px;
  border-radius: 0px 10px 10px 0px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 0;
}

.rens-1-2 .ren-shows-div {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 87px;
  display: flex;
  align-items: center;
}

.rens-1-2 .ren-shows-div span {
  cursor: pointer;
}

.rens-bbts-box {
  margin-top: 42px;
}

.rens-bbts-box button {
  width: 88px;
  height: 38px;
  border-radius: 8px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .rens-1-1 {
    flex-direction: column;
    width: 258px;
    margin: 0 auto 0;
  }

  .rens-1-2 {
    flex-direction: column;
    width: 258px;
    margin: 0 auto 0;
  }

  .rens-ava-add {
    width: 258px;
    margin: 0 auto 0;
  }

  .rens-bbts-box {
    width: 258px;
    display: flex;
    justify-content: center;
    margin: 48px auto 0;
  }

  .rens-1-2 .ren-shows-div {
    height: auto;
    justify-content: flex-end;
  }

  .rens-1-1 label:nth-child(1) {
    margin: 0 0 12px 0;
  }

  .rens-1-1 label {
    margin: 0 0 12px 0;
  }

  .rens-1-2 .ren-1-2-eb1 {
    margin: 0;
  }

  .rens-1-2 label>div {
    display: flex;
  }
}

.ren-load-s {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999999999999999;
  background: rgba(0, 0, 0, 0.42);
}

.ren-load-s .ren-change-emm {
  width: 342px;
  height: 336px;
  border-radius: 20px;
  background: #fff;
  padding: 42px;
  box-sizing: border-box;
}

.ren-load-s .ren-change-emm p {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.ren-load-s .ren-change-emm .ren-ch-err {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  opacity: 0;
  transition: all 0.2s;
  margin-bottom: 12px;
}

.ren-load-s .ren-change-emm .ren-ch-err svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.ren-load-s .ren-change-emm .ren-ch-okk {
  color: #2281ff;
}

.ren-load-s .ren-change-emm .ren-ch-ems input {
  width: 258px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 12px;
}

.ren-load-s .ren-change-emm .ren-ch-cos>div {
  display: flex;
}

.ren-load-s .ren-change-emm .ren-ch-cos>div input {
  width: 160px;
  height: 42px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #eee;
  border-right: none;
  outline: none;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}

.ren-load-s .ren-change-emm .ren-ch-cos>div button {
  width: 98px;
  height: 42px;
  border-radius: 0px 10px 10px 0px;
  background: #2281ff;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.ren-load-s .ren-change-emm .ren-ch-bbts {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ren-load-s .ren-change-emm .ren-ch-bbts .rec-bbt-okk {
  width: 88px;
  height: 38px;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: #2281ff;
  cursor: pointer;
}

.ren-load-s .ren-change-emm .ren-ch-bbts .rec-bbt-qxx {
  width: 88px;
  height: 38px;
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
}

.usx-login-box-s {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.42);
  position: fixed;
  z-index: 9999999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.usx-login-box {
  width: 480px;
  min-height: 508px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #fff;
  position: relative;
  padding: 28px 51px 42px;
  box-sizing: border-box;
}

.usx-login-box .usx-close {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.usx-login-box .usx-ch-bbt {
  width: 100%;
}

.usx-login-box .usx-ch-bbt .usx-lg-bbt {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.usx-login-box .usx-ch-bbt .usx-lg-bbt span {
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ch-bbt .usx-lg-bbt svg {
  margin-right: 8px;
}

.usx-login-box .usx-ch-bbt p {
  display: none;
  margin-bottom: 14px;
  color: #aaa;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ch-bbt p a {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.usx-login-box .usx-ma-box {
  width: 100%;
  height: auto;
}

.usx-login-box .usx-ma-box .usx-ph-box {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}

.usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab {
  width: 204px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .usx-ph-tab-bbt {
  color: #aaa;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
}

.usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .act-us-pab {
  color: #333;
}

.usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .act-us-pab::before {
  content: "";
  width: 32px;
  height: 3px;
  flex-shrink: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  background: #333;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box {
  width: 100%;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login label {
  margin-bottom: 12px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login label input {
  width: 378px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #eee;
  outline: none;
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-err input {
  border: 1px solid #f52c2c;
  color: #f52c2c;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co {
  width: 378px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #eee;
  display: flex;
  overflow: hidden;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co input {
  width: 270px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  outline: none;
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co figure {
  width: 108px;
  height: 48px;
  flex-shrink: 0;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co figure img {
  width: 100%;
  height: 100%;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort svg {
  margin-right: 4px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort span {
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert>span {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts button {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts P {
  color: #aaa;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg>label {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg>label input {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #eee;
  outline: none;
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co {
  display: flex;
  border: 1px solid #eee;
  border-radius: 12px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co input {
  width: 251px;
  border: none;
  border-radius: 12px 0 0 12px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co button {
  width: 127px;
  border-radius: 0 12px 12px 0;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-pas-err input {
  border: 1px solid #f52c2c;
  color: #f52c2c;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-err input {
  border: 1px solid #f52c2c;
  color: #f52c2c;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert {
  margin-bottom: 34px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p span {
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p svg {
  margin-right: 4px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read span {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read a {
  color: #2281ff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts button {
  width: 181px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #eee;
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts .usx-reg-bbt-okk {
  border-radius: 12px;
  color: #fff;
  background: #2281ff;
}

.usx-login-box .usx-ma-box .usx-wx-box {
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
}

.usx-login-box .usx-ma-box .usx-wx-box>strong {
  color: #333;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-wx-box>p {
  color: #aaa;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.usx-login-box .usx-ma-box .usx-wx-box>figure {
  width: 208px;
  height: 238px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 0;
  box-sizing: border-box;
}

.usx-login-box .usx-ma-box .usx-wx-box>figure .usx-wx-wcode {
  width: 176px;
  height: 176px;
  flex-shrink: 0;
  margin-bottom: 12px;
}

.usx-login-box .usx-ma-box .usx-wx-box>figure p {
  display: flex;
  align-items: center;
}

.usx-login-box .usx-ma-box .usx-wx-box>figure p span {
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usx-login-box .usx-ma-box .usx-wx-box>figure p svg {
  margin-right: 8px;
}

.con-pass-loa {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999999999;
}

.con-pass-loa .con-pass-ma {
  width: 480px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #fff;
  position: relative;
  padding: 28px 51px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con-pass-loa .con-pass-ma .con-open-pass {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.con-pass-loa .con-pass-ma>strong {
  color: #333;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 47px;
}

.con-pass-loa .con-pass-ma .con-pass-le {
  border-radius: 12px;
  border: 1px solid #eee;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  margin-bottom: 12px;
}

.con-pass-loa .con-pass-ma .con-pass-le input {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  color: #aaa;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  outline: none;
}

.con-pass-loa .con-pass-ma .con-pass-le-err input {
  border: 1px solid #f52c2c;
  color: #f52c2c;
}

.con-pass-loa .con-pass-ma .con-pass-co input {
  width: 251px;
  border-radius: 12px 0 0 12px;
}

.con-pass-loa .con-pass-ma .con-pass-co button {
  width: 127px;
  height: 100%;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0px 12px 12px 0px;
  background: #2281ff;
  cursor: pointer;
}

.con-pass-loa .con-pass-ma>p {
  margin-bottom: 35px;
  width: 100%;
  opacity: 0;
}

.con-pass-loa .con-pass-ma>p span {
  color: #f52c2c;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.con-pass-loa .con-pass-ma>p svg {
  margin-right: 4px;
}

.con-pass-loa .con-pass-ma .con-pass-bbts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.con-pass-loa .con-pass-ma .con-pass-bbts button {
  width: 181px;
  height: 48px;
  flex-shrink: 0;
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  background: #eee;
  cursor: pointer;
}

.con-pass-loa .con-pass-ma .con-pass-bbts .con-pass-okk {
  background: #2281ff;
  color: #fff;
}

.con-pass-loa .con-pass-ma>span {
  display: flex;
  justify-content: center;
  color: #aaa;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .usx-login-box-s {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .usx-login-box {
    width: 345px;
    min-height: 508px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #fff;
    position: relative;
    padding: 46px 34px 42px;
    box-sizing: border-box;
  }

  .usx-login-box .usx-close {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .usx-login-box .usx-ch-bbt {
    width: 100%;
  }

  .usx-login-box .usx-ch-bbt .usx-lg-bbt {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .usx-login-box .usx-ch-bbt .usx-lg-bbt span {
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ch-bbt .usx-lg-bbt svg {
    margin-right: 8px;
  }

  .usx-login-box .usx-ch-bbt p {
    display: none;
    margin-top: 14px;
    color: #aaa;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ch-bbt p a {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }

  .usx-login-box .usx-ma-box {
    width: 100%;
    height: auto;
  }

  .usx-login-box .usx-ma-box .usx-ph-box {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab {
    width: 168px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .usx-ph-tab-bbt {
    color: #aaa;
    font-family: Alibaba PuHuiTi 2;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    position: relative;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .act-us-pab {
    color: #333;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .usx-ph-tab .act-us-pab::before {
    content: "";
    width: 32px;
    height: 3px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    background: #333;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box {
    width: 100%;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login label {
    margin-bottom: 12px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login label input {
    width: 278px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #eee;
    outline: none;
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 24px;
    box-sizing: border-box;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-err input {
    border: 1px solid #f52c2c;
    color: #f52c2c;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co {
    width: 278px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #eee;
    display: flex;
    overflow: hidden;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co input {
    width: 170px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 12px 0 0 12px;
    outline: none;
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 24px;
    box-sizing: border-box;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co figure {
    width: 108px;
    height: 48px;
    flex-shrink: 0;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-in-lab-co figure img {
    width: 100%;
    height: 100%;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort {
    display: flex;
    align-items: center;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort svg {
    margin-right: 4px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert .usx-ph-erort span {
    color: #f52c2c;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-ph-ert>span {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts button {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background: #2281ff;
    color: #fff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-login .usx-login-bbts P {
    color: #aaa;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg>label {
    width: 100%;
    height: 48px;
    margin-bottom: 8px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg>label input {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #eee;
    outline: none;
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 24px;
    box-sizing: border-box;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co {
    display: flex;
    border: 1px solid #eee;
    border-radius: 12px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co input {
    width: 151px;
    border: none;
    border-radius: 12px 0 0 12px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-co button {
    width: 127px;
    border-radius: 0 12px 12px 0;
    background: #2281ff;
    color: #fff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-in-pas-err input {
    border: 1px solid #f52c2c;
    color: #f52c2c;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert {
    margin-bottom: 34px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.2s linear;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p span {
    color: #f52c2c;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-ert p svg {
    margin-right: 4px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read span {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-read a {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts button {
    width: 128px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #eee;
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
  }

  .usx-login-box .usx-ma-box .usx-ph-box .uph-c-box .usx-ph-reg .usx-reg-bbts .usx-reg-bbt-okk {
    border-radius: 12px;
    color: #fff;
    background: #2281ff;
  }

  .usx-login-box .usx-ma-box .usx-wx-box {
    width: 100%;
    display: none;
    align-items: center;
    flex-direction: column;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>strong {
    color: #333;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>p {
    color: #aaa;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>figure {
    width: 208px;
    height: 238px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 24px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0 0;
    box-sizing: border-box;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>figure .usx-wx-wcode {
    width: 176px;
    height: 176px;
    flex-shrink: 0;
    margin-bottom: 12px;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>figure p {
    display: flex;
    align-items: center;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>figure p span {
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .usx-login-box .usx-ma-box .usx-wx-box>figure p svg {
    margin-right: 8px;
  }

  .con-pass-loa {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999999999;
  }

  .con-pass-loa .con-pass-ma {
    width: 345px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #fff;
    position: relative;
    padding: 28px 33px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .con-pass-loa .con-pass-ma .con-open-pass {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .con-pass-loa .con-pass-ma>strong {
    color: #333;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 47px;
  }

  .con-pass-loa .con-pass-ma .con-pass-le {
    border-radius: 12px;
    border: 1px solid #eee;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    margin-bottom: 12px;
  }

  .con-pass-loa .con-pass-ma .con-pass-le input {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    color: #aaa;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    outline: none;
  }

  .con-pass-loa .con-pass-ma .con-pass-co input {
    width: 251px;
  }

  .con-pass-loa .con-pass-ma .con-pass-co button {
    width: 127px;
    height: 100%;
    color: #fff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0px 12px 12px 0px;
    background: #2281ff;
    cursor: pointer;
  }

  .con-pass-loa .con-pass-ma>p {
    margin-bottom: 35px;
    width: 100%;
  }

  .con-pass-loa .con-pass-ma>p span {
    color: #f52c2c;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .con-pass-loa .con-pass-ma>p svg {
    margin-right: 4px;
  }

  .con-pass-loa .con-pass-ma .con-pass-bbts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .con-pass-loa .con-pass-ma .con-pass-bbts button {
    width: 128px;
    height: 48px;
    flex-shrink: 0;
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    background: #eee;
    cursor: pointer;
  }

  .con-pass-loa .con-pass-ma .con-pass-bbts .con-pass-okk {
    background: #2281ff;
    color: #fff;
  }

  .con-pass-loa .con-pass-ma>span {
    display: flex;
    justify-content: center;
    color: #aaa;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
}

.usx-login-box input:focus {
  border: 1px solid #2281ff !important;
}

.open-wx-edge {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999999999999999;
  background-image: url(../images/mxl/op-edge-wx.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: none;
}

.open-wx-edge a {
  display: none;
}

/* 全局删除 */
#pub-ai-de-box {
  background: rgba(0, 0, 0, 0.42);
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

#pub-ai-de-box .pub-ai-de-main {
  width: 368px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  padding: 16px 20px 0;
  box-sizing: border-box;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-1 {
  display: flex;
  align-items: center;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-1 svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-1 span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-2 {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 0 26px;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-3 button {
  margin: 0 0 0 12px;
  display: flex;
  width: 72px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #eee;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

#pub-ai-de-box .pub-ai-de-main .pub-ai-di-3 button:nth-child(2) {
  color: #fff;
  background: #ff3838;
}

/* 全局删除 */
#add-class {
  background: rgba(0, 0, 0, 0.42);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

#add-class .cla-main {
  width: 666px;
  min-height: 312px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  padding: 22px 20px 0;
  box-sizing: border-box;
}

#add-class .cla-main .cla-ma-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#add-class .cla-main .cla-ma-1 strong {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
}

#add-class .cla-main .cla-ma-1 strong::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 2px;
  height: 12px;
  flex-shrink: 0;
  background: #2281ff;
  display: flex;
  transform: translateY(-50%);
}

#add-class .cla-main .cla-ma-1 button {
  width: 110px;
  height: 34px;
  border-radius: 4px;
  background: #2281ff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#add-class .cla-main .cla-ma-1 button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#add-class .cla-main .cla-ma-1 button span {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#add-class .cla-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10px;
  box-sizing: border-box;
  margin-top: 13px;
}

#add-class .cla-tab .ctb-t-1 {
  width: 30px;
}

#add-class .cla-tab .ctb-t-2 {
  width: 330px;
}

#add-class .cla-tab .ctb-t-3 {
  width: 180px;
}

#add-class .cla-tab .cla-tab-top {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#add-class .cla-tab .cla-tab-top>div {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#add-class .cla-tab .cla-tab-main {
  width: 100%;
  max-height: 490px;
  overflow: auto;
}

#add-class .cla-tab .cla-tab-main>p {
  line-height: 25px;
  color: #999;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

#add-class .cla-tab .cla-tab-main .cla-tab-is {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}

#add-class .cla-tab .cla-tab-main .ctb-t-1 {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#add-class .cla-tab .cla-tab-main .ctb-t-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#add-class .cla-tab .cla-tab-main .ctb-t-2 input {
  width: 330px;
  height: 28px;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 6px;
  overflow: hidden;
  /*禁止换行*/
  white-space: nowrap;
  /*显示省略号*/
  text-overflow: ellipsis;
}

#add-class .cla-tab .cla-tab-main .bao-ctb-t-2 input {
  border: 1px solid #eee;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3 {
  display: flex;
  align-items: center;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3>div {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 28px;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3>div button {
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-ed button {
  color: #2281ff;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-sv button {
  color: #2281ff;
}

#add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-de button {
  color: #ff3f3f;
}

#add-class .cla-bbt {
  width: 305px;
  display: flex;
  justify-content: space-between;
  margin: 48px auto 32px;
}

#add-class .cla-bbt button {
  display: flex;
  width: 88px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #eee;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#add-class .cla-bbt button:nth-child(2) {
  color: #fff;
  background: #2281ff;
}

@media screen and (max-width: 750px) {
  #add-class {
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
  }

  #add-class .cla-main {
    width: 666px;
    min-height: initial;
    flex-shrink: 0;
    border-radius: 16px;
    background: #fff;
    padding: 15px 15px 0;
    box-sizing: border-box;
    width: 345px;
    height: 250px;
  }

  #add-class .cla-main .cla-ma-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #add-class .cla-main .cla-ma-1 strong {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
  }

  #add-class .cla-main .cla-ma-1 strong::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 2px;
    height: 12px;
    flex-shrink: 0;
    background: #2281ff;
    display: flex;
    transform: translateY(-50%);
  }

  #add-class .cla-main .cla-ma-1 button {
    width: 84px;
    height: 27px;
    border-radius: 4px;
    background: #2281ff;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #add-class .cla-main .cla-ma-1 button svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }

  #add-class .cla-main .cla-ma-1 button span {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    color: #fff;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #add-class .cla-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 10px;
    box-sizing: border-box;
    margin-top: 13px;
  }

  #add-class .cla-tab .ctb-t-1 {
    width: 30px;
  }

  #add-class .cla-tab .ctb-t-2 {
    width: 330px;
  }

  #add-class .cla-tab .ctb-t-3 {
    width: 180px;
  }

  #add-class .cla-tab .cla-tab-top {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #add-class .cla-tab .cla-tab-top>div {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #add-class .cla-tab .cla-tab-main {
    width: 100%;
    max-height: 490px;
    overflow: auto;
  }

  #add-class .cla-tab .cla-tab-main>p {
    line-height: 25px;
    color: #999;
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }

  #add-class .cla-tab .cla-tab-main .cla-tab-is {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-1 {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-2 input {
    width: 330px;
    height: 28px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 6px;
    overflow: hidden;
    /*禁止换行*/
    white-space: nowrap;
    /*显示省略号*/
    text-overflow: ellipsis;
  }

  #add-class .cla-tab .cla-tab-main .bao-ctb-t-2 input {
    border: 1px solid #eee;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3 {
    display: flex;
    align-items: center;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3>div {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 28px;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3>div button {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-ed button {
    color: #2281ff;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-sv button {
    color: #2281ff;
  }

  #add-class .cla-tab .cla-tab-main .ctb-t-3 .ai-tab-de button {
    color: #ff3f3f;
  }

  #add-class .cla-bbt {
    width: 216px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
  }

  #add-class .cla-bbt button {
    display: flex;
    width: 88px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #eee;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #add-class .cla-bbt button:nth-child(2) {
    color: #fff;
    background: #2281ff;
  }

  .mo-cla-tab {}

  .mo-cla-noye-no {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
  }

  .mo-cla-noye-no span {
    font-size: 14px;
    color: #999;
  }

  .mo-cla-noye-ye {
    height: 110px;
    overflow: auto;
    margin: 10px auto 0;
  }

  .mo-cla-noye-ye>div {
    width: 315px;
    height: 41px;
    border-radius: 6px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .mo-cla-noye-ye>div>span {
    color: #333;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mo-cla-noye-ye>div>input {
    width: 180px;
    border: none;
    outline: none;
    height: 28px;
    background-color: transparent;
    padding: 0 0 0 10px;
    box-sizing: border-box;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mo-cla-noye-ye>div>.act-input-cla {
    border-radius: 4px;
    background: #f8fbff;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
  }

  .mo-cla-noye-ye>div button {
    width: 48px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 10px;
  }

  .mo-cla-noye-ye>div button>span {
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.el-popover,
.el-popper {
  z-index: 999999999999 !important;
}


/* 2024.11.6 新增绑定微信 */
.rens-1-3 .r_top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rens-1-3 .r_top .r_title {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.rens-1-3 .r_top button {
  width: 88px;
  height: 38px;
  border-radius: 10px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 0;
}

.rens-1-3 img {
  margin-top: 16px;
  width: 150px;
  height: 150px;
}